Skip to content

feat(response): implement to_s for Response, Version and StatusCode#17

Merged
0x676e67 merged 5 commits intomainfrom
feat
Nov 21, 2025
Merged

feat(response): implement to_s for Response, Version and StatusCode#17
0x676e67 merged 5 commits intomainfrom
feat

Conversation

@0x676e67
Copy link
Copy Markdown
Collaborator

close: #15

@0x676e67 0x676e67 requested a review from povilasb November 21, 2025 11:52
@0x676e67
Copy link
Copy Markdown
Collaborator Author

Are there any further improvements needed for the debug format?

HTTP/1.1 200 OK
URL: https://httpbin.io/headers
access-control-allow-credentials: true
access-control-allow-origin: *
content-type: application/json; charset=utf-8
date: Fri, 21 Nov 2025 11:50:25 GMT
content-length: 123

{
  "headers": {
    "Accept-Encoding": [
      "zstd,gzip,deflate,br"
    ],
    "Host": [
      "httpbin.io"
    ]
  }
}

@0x676e67 0x676e67 changed the title feat: implement to_s for Response, Version and StatusCode feat(response): implement to_s for Response, Version and StatusCode Nov 21, 2025
@0x676e67 0x676e67 merged commit d100224 into main Nov 21, 2025
3 checks passed
@0x676e67 0x676e67 deleted the feat branch November 21, 2025 12:26
@povilasb
Copy link
Copy Markdown
Contributor

Not that I can think of at the moment. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improved Response string representation

2 participants